home *** CD-ROM | disk | FTP | other *** search
/ Insight Into Information (Demo) / Insight Into Information Demo CD-ROM 1994.ISO / retrieve / 00062.ls < prev    next >
Encoding:
Text File  |  1994-09-18  |  110 b   |  8 lines

  1. on exitFrame
  2.   if (the ticks - myTime) < 600 then
  3.     go(the frame)
  4.   else
  5.     go(1, "mainMenu")
  6.   end if
  7. end
  8.